www.gusucode.com > WSTMall PHP网店系统 v1.6.0PHP源码程序 > WSTMall PHP网店系统 v1.6.0/wstmall_v1.6.0_160506/wstmall_v1.6.0_160506/Wstapi/payment/return_webapp_alipay.php

    <?php

// 绑定Home模块到当前入口文件
$_GET['m'] = 'WebApp';
$_GET['c'] = 'Payments';
$_GET['a'] = 'response';
define('APP_PATH','../../Apps/');
require '../../ThinkPHP/ThinkPHP.php';

?>